From 845a4632d9c9bb909b4dc05e0a98123d6b4abd66 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 3 Mar 2008 12:35:43 +0000 Subject: [PATCH] fixed a typo in the documentation of the GtkFileChooserButtons::file-set 2008-03-03 Sven Neumann * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a typo in the documentation of the GtkFileChooserButtons::file-set signal (see bug #353196). svn path=/trunk/; revision=19696 --- ChangeLog | 6 ++++++ gtk/gtkfilechooserbutton.c | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbabecd5cc..4849413be0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-03 Sven Neumann + + * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a + typo in the documentation of the GtkFileChooserButtons::file-set + signal (see bug #353196). + 2008-03-03 Tor Lillqvist * gtk-zip.sh.in: Add gail bits. Simplify check for message catalog diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 927eca6da8..9e31e05063 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -348,15 +348,15 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class) widget_class->style_set = gtk_file_chooser_button_style_set; widget_class->screen_changed = gtk_file_chooser_button_screen_changed; widget_class->mnemonic_activate = gtk_file_chooser_button_mnemonic_activate; - + /** - * GtkFileChooserButtons::file-set: + * GtkFileChooserButton::file-set: * @widget: the object which received the signal. * * The ::file-set signal is emitted when the user selects a file. - * + * * Note that this signal is only emitted when the user - * changes the file. + * changes the file. * * Since: 2.12 */ -- 2.30.2